Package jeresources.entry
Class PlantEntry
java.lang.Object
jeresources.entry.PlantEntry
-
Constructor Summary
ConstructorsConstructorDescriptionPlantEntry(net.minecraft.world.item.ItemStack itemStack, PlantDrop... drops) PlantEntry(net.minecraft.world.item.ItemStack itemStack, net.minecraftforge.common.IPlantable plant, PlantDrop... drops) PlantEntry(T plant, PlantDrop... drops) -
Method Summary
Modifier and TypeMethodDescriptionvoidnet.minecraft.world.level.block.state.properties.Property<?>getDrop(net.minecraft.world.item.ItemStack itemStack) getDrops()List<net.minecraft.world.item.ItemStack>net.minecraftforge.common.IPlantablegetPlant()net.minecraft.world.item.ItemStacknet.minecraft.world.level.block.state.BlockStatenet.minecraft.world.level.block.state.BlockStategetSoil()intstatic PlantEntryvoidsetAgeProperty(net.minecraft.world.level.block.state.properties.Property<?> ageProperty) voidsetPlantState(net.minecraft.world.level.block.state.BlockState plantState) voidsetSoil(net.minecraft.world.level.block.state.BlockState soil)
-
Constructor Details
-
PlantEntry
public PlantEntry(net.minecraft.world.item.ItemStack itemStack, net.minecraftforge.common.IPlantable plant, PlantDrop... drops) -
PlantEntry
-
PlantEntry
-
-
Method Details
-
registerGrass
-
getSoil
public net.minecraft.world.level.block.state.BlockState getSoil() -
getPlantState
public net.minecraft.world.level.block.state.BlockState getPlantState() -
getAgeProperty
public net.minecraft.world.level.block.state.properties.Property<?> getAgeProperty() -
setSoil
public void setSoil(net.minecraft.world.level.block.state.BlockState soil) -
setPlantState
public void setPlantState(net.minecraft.world.level.block.state.BlockState plantState) -
setAgeProperty
public void setAgeProperty(net.minecraft.world.level.block.state.properties.Property<?> ageProperty) -
add
-
getPlant
public net.minecraftforge.common.IPlantable getPlant() -
getPlantItemStack
public net.minecraft.world.item.ItemStack getPlantItemStack() -
getDrops
-
getLootDropStacks
-
getDrop
-
getTotalWeight
public int getTotalWeight()
-